HardwareMessageOrBuilder

interface HardwareMessageOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getGpioMask(): Long

What gpios are we changing. Not used for all MessageTypes, see MessageType for details
uint64 gpio_mask = 2;
Link copied to clipboard
abstract fun getGpioValue(): Long

For gpios that were listed in gpio_mask as valid, what are the signal levels for those gpios.
Not used for all MessageTypes, see MessageType for details
uint64 gpio_value = 3;
Link copied to clipboard

What type of HardwareMessage is this?
.meshtastic.HardwareMessage.Type type = 1;
Link copied to clipboard
abstract fun getTypeValue(): Int

What type of HardwareMessage is this?
.meshtastic.HardwareMessage.Type type = 1;